home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: Essential Home & Business / PC-SIG - Essential Home and Business Collection.iso / 22 / 3 / 4 / V7CURS.MAN < prev    next >
Text File  |  1989-03-03  |  4KB  |  75 lines

  1.                      ▄▄▄▄  ▄   ▄   ▄  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄  ▄▄▄▄
  2.                      █  ▀  █   █   █  █                █  ▀
  3.                      █     █   █▄▄▄█  █▄▄▄  █▀▄▀█  █   █
  4.                      █     █▄▄▄  █       █  █ █ █  █   █
  5.                      █▄▄█  ▄▄▄▄▄▄▄▄▄▄▄▄▄▄█  █ █ █  █   █▄▄█
  6.  
  7.  
  8.                  ┌───────────────────────────────────────────┐
  9.                  │                                           │
  10.                  │         V 7 C U R S     V 1 . 0 1         │
  11.                  │                                           │
  12.                  └───────────────────────────────────────────┘
  13.  
  14.        Program and Documentation are Copyright 1989 by clySmic software.
  15.                               All rights reserved.
  16.  
  17.  
  18.      From time immaterial, personkind has searched for a way to stop that
  19.      dad-dratted blinking cursor on PCompatible machines.  I tried
  20.      everything, but every TSR turn-off-the-cursor-and-put-a-replacement-in
  21.      program didn't work with something in my system, be it NANSI.SYS or
  22.      something else.  Then, late, late one night as I was perusing the
  23.      Video Seven V7VGA Tech Ref I stumbled onto a revelation.  The Video
  24.      Seven engineers had built in HARDWARE SUPPORT for a non-blinking
  25.      cursor!!!  Joy... rapture!!   The program V7CURS exploits this far-
  26.      sightedness; needless to say, its for V7VGA chip VGAs ONLY, as far as
  27.      I know that includes the FastWrite VGA and the VRAM VGA.
  28.  
  29.      V7CURS sets the cursor to non-blinking, XOR mode.  XOR mode allows you
  30.      to see what's under the cursor.  Some will be disappointed to learn
  31.      that I make no attempt to regulate the size of the cursor, this is
  32.      because lots of programs change it and if I try to stop them, I'm back
  33.      into a complicated TSR again.  V7CURS is simple: just stop the
  34.      blinking and allow one to see under the cursor (especially important
  35.      if its full block size).
  36.  
  37.      This is a "terminate-and-stay-resident" program that takes up
  38.      approximately 350 bytes.  It can be unloaded with TSR utilities, such
  39.      as the excellent MARK/RELEASE.
  40.  
  41.      USAGE
  42.  
  43.      Just type V7CURS to load.  Of course, you can put this in your
  44.      AUTOEXEC.BAT file to use it all the time.  Place V7CURS.COM somewhere
  45.      on your PATH.
  46.  
  47.      TECH STUFF
  48.  
  49.      V7CURS hooks INT 10H, the video services interrupt, in order to
  50.      restore the non-blinking cursor after a mode set.  It shouldn't cause
  51.      any trouble; there are no hot keys or anything like that.  The cursor
  52.      is set by reading and writing registers on the V7VGA chip.
  53.  
  54.      V7CURS is copyrighted by clySmic software, and is released as
  55.      "Freeware".
  56.  
  57.      You may copy the program and distribute it without charge.  You may
  58.      not sell or otherwise charge for V7CURS.  However, users' groups may
  59.      charge a small fee (not to exceed $7) for media and postage.
  60.  
  61.      This program is provided AS IS without any warranty, expressed or
  62.      implied, including but not limited to fitness for a particular
  63.      purpose.  So there.
  64.  
  65.      clySmic software is not responsible for anything that may happen when
  66.      you use V7CURS, including hardware damage, information loss, or sudden
  67.      attacks of euphoria induced by not having to look at that blinkin'
  68.      cursor anymore.
  69.  
  70.                                 Ralph B Smith Jr
  71.                                 clySmic software
  72.                                  P. O. Box 2271
  73.                                Empire State Plaza
  74.                                 Albany, NY 12220
  75.